home *** CD-ROM | disk | FTP | other *** search
- Path: sun001.spd.dsccc.com!spd!jmccarty
- From: jmccarty@spd.dsccc.com (Mike McCarty)
- Newsgroups: comp.lang.c
- Subject: Re: Free MSDOS C compiler???
- Date: 20 Feb 1996 20:31:42 GMT
- Organization: DSC Communications Corporation, Plano, Texas USA
- Message-ID: <4gdb3e$l18@sun001.spd.dsccc.com>
- References: <312919a0.745812@news.hooked.net>
- NNTP-Posting-Host: aplo139.spd.dsccc.com
-
- In article <312919a0.745812@news.hooked.net>, Gabe <sonik@hooked.net> wrote:
- )Hey guys,
- )
- )Where can I find a free DOS C compiler? ANSI C 'course...
- )
- )I have djgpp but i think it is buggy, because when i compile a simple
- )algebra program in djgpp, some of the variables magically change their
- )values in the middle of the program. And it's not the coding at fault,
- )it works on the SunOS machine my ISP uses. Interesting. So any free C
- )compilers out there for DOS? Thanks!!
-
- May I respectfully point out that it is -much- more likely that your
- program has a defect, than that you have discovered a defect in DJGPP?
-
- If your variables are "magically" changing values, then you probably
- have a wild pointer.
-
- Mike
- ----
- char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
-
- I don't speak for DSC. <- They make me say that.
-